home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- //
- // File: FlushPort.h
- //
- // Project: MacHack 2000 - Vertigo!
- // Authors: Darrin Cardani, Drew Thaler, Ed Wynne
- //
- // Date: 06/23/2000 (written entirely during the conference!)
- //
- ///////////////////////////////////////////////////////////////////////////////
-
- #ifndef _H_FlushPort
- #define _H_FlushPort
-
- #include "DrawingUtils.h"
-
- void RenderBufferOntoScreen(GWorldPtr srcWorld,GWorldPtr dstWorld,Rect *inRect,RgnHandle inMask);
- void BuildWindowList(RegionList &windowList, bool &windowListChanged);
-
-
- #endif _H_FlushPort
-
-